/* css style ,made by zgy 2018.06 */
/*全局设置*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;

}

input,
button,
select,
option,
textarea {
	outline: none;
}

/*去掉聚焦时的蓝框*/
div,
ul,
li {
	list-style-type: none;
}

input,
textarea {
	-webkit-appearance: none;
	/*去除input默认样式，尤其是iphone/pad*/
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	/* placeholder的颜色 */
	color: #cacaca;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #cacaca;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #cacaca;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #cacaca;
}

/*输入框****************************************************************************/


/*选项卡_card卡片样式****************************************************************************/
.tabUl{
	margin-bottom: 1%;
	height: 50px;
}
.yyui_tab_card {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	letter-spacing: 0px;
}
.yyui_tab_card>ul>li{
font-size: 20px;
font-size: 2.0rem;
	font-size: 20px;
	font-size: 2.0rem;
	/* padding: 0px 2%; */
	margin-right: 2%;
	padding-bottom: 6px;
}

/* .yyui_tab_card > ul{ margin-left:-1px;} */
.yyui_tab_card>ul>.yyui_tab_title {
	box-sizing: border-box;
	color: #333333;
	cursor: pointer;
	display: inline-block;

	letter-spacing: 0px;
	border-bottom: 5px solid #fff;
}

.yyui_tab_card>ul>.yyui_tab_title_this {
	box-sizing: border-box;
	color: #2b8a3c;
	cursor: pointer;
	display: inline-block;
	letter-spacing: 0px;
}
.yyui_tab_card>ul.tabUl>.yyui_tab_title_this {
	box-sizing: border-box;
	color: #2b8b3c;
	cursor: pointer;
	display: inline-block;
	border-bottom: 5px solid #2b8a3c;
	letter-spacing: 0px;
}
.ulIns ul{
	margin-top: -70px;
}
.ulIns ul li{
	float: left;
	padding: 4px 3%;
	margin-right: 1%;
	font-size: 20px;
	font-size: 2.0rem;
	border-radius: 8px;
	padding: 4px 2%;
	margin-bottom: 10px;
}
.ulIns ul .yyui_tab_title {
	box-sizing: border-box;
	color: #cdffce;
	background: #49b640;
	cursor: pointer;
	display: inline-block;
	letter-spacing: 0px;
	border-bottom: 0;
}

.ulIns ul .yyui_tab_title_this {
	box-sizing: border-box;
	color: #0f790f;
	background: #b0e7b1;
	cursor: pointer;
	display: inline-block;
	border-bottom: 0;
	letter-spacing: 0px;
}
.textTabs{
	width: 83%;
	margin-left: 17%;
	margin-top: 5%;
}

.yyui_tab_card>.yyui_tab_content {
	display: none;
	box-sizing: border-box;
	padding: 10px;
	
}

.yyui_tab_card>.yyui_tab_content_this {
	display: block;
	box-sizing: border-box;
	/* padding: 10px; */
}
.tabBg {
	background:url(../images/indbg.jpg) no-repeat left 60px;
	background-size: cover;
	padding-bottom: 1.5%;
}
/* .textTabs{	
	padding-left: 17%;
	background:#fff url(../images/indbg02.png) no-repeat left top;
	background-size: contain;
} */
.tabBg>.yyui_tab_content_this,
.tabBg>.yyui_tab_content {
	   margin-top: 7%;
	   width: 85%;
	   margin-left: 15%;
	   background:#fff url(../images/indbg02.png) no-repeat left top;
	   background-size: 14% 100%;
	   border-radius: 33px 0 10px 0;
}
.ulIns{
	margin-left: 0;
	min-height: 320px;
}
.textTabs a{
	position: relative;
	float: left;
	padding-left: 6%;
	padding-right: 0;
	width: 50%;
	margin-bottom: 2%;
	font-size: 18px;
	font-size: 1.8rem;
	color: #292929;
	line-height: 3.0rem;
	  display: block;
	  overflow: hidden;
	  text-overflow:ellipsis;
	  white-space: nowrap;

}

.textTabs a::before{
	position:absolute;
	content:"";
	left:7.5%;
	top:11px;
	height:8px;
	width:8px;
	background:#c0c0c0;
	border-radius: 50%;
}


/*徽章，未读数，小圆点****************************************************************************/
.yyui_badge {
	line-height: 21px;
	color: #ffffff;
	background-color: #FF5722;
	margin-left: 4px;
	font-size: 11px;
	padding: 0px 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	letter-spacing: 0px;
}

.yyui_badge_dot {
	color: #FF5722;
	font-size: 1.4em;
	line-height: 0.8;
	margin-left: 4px;
}


@media screen and (max-width:1580px) {

	.tabBg>.yyui_tab_content_this,
	.tabBg>.yyui_tab_content {
		margin-top: 9%;
    margin-left: 6%;
    width: 94%;
	}
.textTabs {
    width: 85%;
    margin-left: 14%;
	margin-top: 5%;
}


}
@media screen and (max-width:991px) {

	.tabBg>.yyui_tab_content_this,
	.tabBg>.yyui_tab_content {
		margin-top: 20px;
		margin-left: 9%;
		width: 86%;
	}
	.ulIns ul {
		margin-top: 20px;
	}
	.yyui_tab_content_this .ulIns ul {
       height: auto;
	}
	.yyui_tab_content_this .textTabs {
		margin-top: 0;
	}
.tabBg>.yyui_tab_content_this,
.tabBg>.yyui_tab_content{
	background: none;
}
.yyui_tab_content_this .textTabs {
	width: 100%;
	background: #fff;
	    margin-left: 0;
	    margin-top: 3%;
		padding: 10px;
}
.textTabs a::before {
	position: absolute;
	content: "";
	left: 7.5%;
	top: 8px;
	height: 6px;
	width: 6px;
	background: #c0c0c0;
	border-radius: 50%;
}
.ulIns {
	margin-left: 0;
	min-height: auto;
}
.tabBg>.yyui_tab_content_this,
.tabBg>.yyui_tab_content {
	margin-top: 0;
	margin-left: 0;
	width: 100%;
	background: #2b8a3c;

}

}
@media screen and (max-width:768px) {
.tabBg>.yyui_tab_content_this,
.tabBg>.yyui_tab_content {
	margin-top: 20%;
	margin-left: 2%;
	width: 98%;
}
.ulIns ul li{
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 8px;
    padding: 2px 1%;
}
.tabBg>.yyui_tab_content_this,
.tabBg>.yyui_tab_content{
	background: #ffff;
}
.textTabs {
	width: 90%;
	margin-left: 2%;
	margin-top: 11%;
}
.textTabs a {
	position: relative;
	float: left;
	padding-left: 16px;
	padding-right: 0;
	width: 100%;
	height: auto;
	margin-bottom: 1%;
	font-size: 16px;
	font-size: 1.6rem;
	color: #292929;
	line-height: 3.0rem;
}
.textTabs a::before{
	height: 6px;
	width: 6px;
	left: 0;
	top: 7px;
}
.index-flash .side ul li .name{
margin-top: -1.5rem;
height: 6.0rem;
}
.tabBg{
	margin-top: 3%;
	background: none;
}


}

@media screen and (max-width:640px) {

.tabBg>.yyui_tab_content_this,
.tabBg>.yyui_tab_content {
	margin-top: 19%;
	margin-left: 0;
	width: 100%;
	background: #2b8a3c;
}
/* .textTabs a{
	color: #fff;
} */
.yyui_tab_card .textTabs a {
	color: #292929;
}
.textTabs {
	width: 97%;
	margin-left: 2%;
	margin-top: 6%;
	padding-bottom: 3%;
}
.textTabs a::before{
	top: 9px;
	background: #fff;
}
.yyui_tab_card .textTabs a::before {
	top: 9px;
	background: #c0c0c0;
}
.ulIns ul .yyui_tab_title,
.ulIns ul .yyui_tab_title_this {
	width: 23%;
	margin-bottom: 4px;
	text-align: center;
}
.ulIns ul {
	margin-top:0;
}
.linkBox .col-md-8 a{
	    height: auto;
		padding-top: 3%;
		padding-bottom: 3%;
}
.weix_box a{
	padding-left: 17%;
	background-size: 14%;
}
.yyui_tab_card>.yyui_tab_content_this{
	margin-top: 20px;
}
.tabBg>.yyui_tab_content_this,
.tabBg>.yyui_tab_content{
	margin-top: 0;
}
}

@media screen and (max-width:540px) {

.tabBg>.yyui_tab_content_this,
.tabBg>.yyui_tab_content {
	margin-top: 0;
	margin-left: 0;
	width: 100%;
	background: #2b8a3c;

}
.tabBg>.yyui_tab_content_this{
	padding-top: 16px;
	padding-bottom: 16px;
}
.yyui_tab_content_this .textTabs{
	margin-top: 0;
}

}
@media screen and (max-width:420px) {

	/* .tabBg>.yyui_tab_content_this,
	.tabBg>.yyui_tab_content {
		margin-top: 28%;
		margin-left: 0;
		width: 100%;
		background: #2b8a3c;
	} */


}




/*下面是个性定义****************************************************************************/